Upload a quest image
POST/quests/:quest_id/image
This endpoint will return a presigned url to upload a quest image. It will also set the quest image for the quest. Note: Quest id follows format {quest_id}_{owner}
Request
Path Parameters
quest_id stringrequired
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
presignedUrl string
imageUrl string
{
"presignedUrl": "string",
"imageUrl": "string"
}
Loading...